4 months ago
Trigger a help request directly from your IDE via MCP and get human help in minutes
Overview
🚧 When AI Hits a Wall, We Step In
AI coding tools are powerful—but not perfect. They often fail at:
- Multi-file reasoning
- Debugging runtime errors
- Following ambiguous or shifting specifications
- Applying architectural best practices
If you’re a non-technical founder or indie builder, these blockers can stop your progress. Cleanup Crew gives you an expert human to talk to—right when and where you need it.
Installation Instructions
Visit the Cleanup Crew installation page for detailed instructions on how to set up the MCP server in your environment.
Claude Code Setup
Option A – CLI (recommended)
claude mcp add --transport http cleanup-crew https://cleanupcrew.ai/api/mcp
Option B – Manual Configuration
Add the following to ~/.claude.json:
{
"mcpServers": {
"cleanup-crew": {
"type": "http",
"url": "https://cleanupcrew.ai/api/mcp"
}
}
}
Test Integration
Ask Claude something like:
“Request help from Cleanup Crew with my authentication bug”
⚙️ How It Works
- Trigger a help request inside your IDE via MCP
- Our server collects full context: active files, errors, chat history, environment
- We create a private Discord channel with a real expert
- You get help—first session is free, no credit card required
- Subscribe for more: plans start at $50/month
🎯 Who It's For
- Founders and solo devs using AI to build apps
- Builders who hit blockers they can’t debug
- Anyone who needs fast, reliable help from a real developer
🚀 Why Use Cleanup Crew?
- One-command help via MCP
- No need to re-explain your issue—we get full context
- Discord-native support where developers already hang out
- Fast SLA: 15–60 minutes depending on your plan
- Affordable plans compared to hiring a freelance dev
🔐 Privacy & Security
- Sensitive files (e.g.,
.env) are excluded by default - No encryption at rest (MVP phase)
- Users can request deletion of session data
👉 Try your first help session now at https://cleanupcrew.ai
Server Config
{
"mcpServers": {
"cleanup-crew": {
"type": "http",
"url": "https://cleanupcrew.ai/api/mcp"
}
}
}